home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / Developer University / DUProjects / Calc / CWPPCDebug / Build next >
Encoding:
Text File  |  1996-03-26  |  511 b   |  13 lines  |  [TEXT/MPS ]

  1. # This script uses a combination of MPW scripts and AppleEvents sent to CodeWarrior
  2. # to build a Dev Univ calc Part (Debug Build) 
  3. #
  4. # This script also assumes that you have placed UserStartup•ODF in your MPW folder.
  5.  
  6. # change the name below **********************************************
  7.  
  8. set PartName Calc
  9. ###### 
  10. Directory "{ODFDev}DUProjects:{PartName}:CWPPCDebug:"
  11. FWBuild -Metrowerks "{ODFDev}DUProjects:{PartName}:Sources:{PartName}.SOM"
  12. FWBuildCW "{ODFDev}DUProjects:{PartName}:CWPPCDebug:{PartName}.π"
  13.